-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile - Fix Experiments native variant breakage #47792
Conversation
Size Change: 0 B Total Size: 1.31 MB ℹ️ View Unchanged
|
Flaky tests detected in 168bb9f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4105903867
|
@geriux looks like the iOS E2E tests failed 😭, not sure if was caused due to flakiness or not. I checked the video captured during the test and noticed that the editor froze when rendering the content until the test timed out. I've seen this issue on past failed test runs but I don't know what's the culprit. |
Interesting! I'll check it out. |
Hey @fluiddot 👋 I'm working on another PR to fix the mobile E2E tests, It'd be awesome if we can merge this one that actually breaks the editor, so I can work on the other one separately. Would you mind reviewing this so we can merge it? Even if the iOS test fails because it gets frozen before finishing the test I think we should merge this one. What do you think? |
After a re-run the iOS test passed so we could merge this if it gets approved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎊 !
As referenced in this comment, CI jobs succeeded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ❤️ Thank you for the fix!
Cherry-picked this PR to the wp/6.2 branch. |
What?
This PR brings changes from #47229 to the
experiments
native variant.Why?
This change was breaking the editor.
How?
By bringing the latest changes from the
experiments
file.Testing Instructions
CI checks should pass.
Testing Instructions for Keyboard
N/A
Screenshots or screencast
N/A